

/* -- Counter Section */
.counter-number {
	background: url("../images/happy-customer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 0 30px;
}

/* -- ÑÕÉ«ÐÞ¸Ä */
.counter-number::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:#0054A8;
	opacity: 0.80;
	display: inline-block;
}
.counter-app .col-md-6::before,
.counter-app .col-md-6::after {
	position: absolute;
	content: "";
	background-color: #E7E7E7;
}

.happy-customer a:hover {
	background-color: #FF8000;
	color: #fff;
	transition: all 1s ease 0s;
	border-color: #fff;
}

/* - Happy Customer */
.happy-customer h3 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 18px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	padding-bottom: 17px;
}
.happy-customer h3::after {
	position: absolute;
	content: "";
	left: 0;	
	bottom: 0;
	min-width: 190px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
}

.happy-customer p {
	font-size: 12px;
	color: #fff;
	font-family: 'Microsoft YaHei', sans-serif;
	letter-spacing: 2px;
	display: inline-block;
	margin-top: 20px;
	line-height: 45px;
	padding-right: 50px;
}
.happy-customer p > span {
	font-weight: 600;
}
.happy-customer a {
	font-size: 11px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 11px 30px 14px;
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
	font-weight: 500;
	border: 1px solid transparent;
}
.happy-customer i {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 2px;
}

/* - Counter App */
.counter-app .col-md-6 {
	padding: 4.5px;
	position: relative;
}

.counter-app .col-md-6::after {
	right: 0;
	width: 1px;
	bottom: 0;
	top: 0;
}
.counter-app .col-md-6::before {
	left: 0px;
	right: 0px;
	bottom: -1px;
	height: 1px;
}
.counter-app .col-md-6:nth-child(1)::after {
	top: 10px;
	bottom: 0px;
}
.counter-app .col-md-6:nth-last-child(2)::after {
	top: 0px;
	bottom: 10px;
}
.counter-app .col-md-6:nth-child(2n+1)::before {
	left: 10px;
}
.counter-app .col-md-6:nth-child(2n+2)::before {
	right: 10px;
}
.counter-app .col-md-6:last-child::after,
.counter-app .col-md-6:nth-child(2n+2)::after,
.counter-app .col-md-6:nth-last-child(1)::before,
.counter-app .col-md-6:nth-last-child(2)::before {
	display: none;
}

/* - Statistics Box */
.statistics-box {	
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 20px 20px 15px 0;
}
.statistics-box i {	
	display: inline-block;
	width: 100%;
	text-align: left;
	position: absolute;
	margin-top: 15px;
}

/* - ×ÖÌåÐÞ¸ÄStatistics Content */
.statistics-content {
	display: inline-block;
	padding-left: 50px;
	text-align: left;
	font-family: "Î¢ÈíÑÅºÚ";
}

.statistics-content dd{
	font-family: "Î¢ÈíÑÅºÚ";
}
.statistics-content > span {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
}
.statistics-box .statistics-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: 1.2px;
	font-family: "Microsoft YaHei";
}
	.counter-number.counter-number2::before {
		background-color: transparent;
	}




/* ## Responsive */
/* -- min-width: 1551 to max-width: 1750 */
@media only screen and (min-width: 1501px) and (max-width: 1750px) {
	/* -- Department Section */
	.we-are-best {
		padding-left: 100px;
	}
	.departments {
		padding-right: 100px;
	}
	.departments .section-header,
	.departments .panel-group {
		padding-left: 100px;
	}
}

/* -- min-width: 1201 to max-width: 1550 */
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
	/* -- Department Section */
	.we-are-best {
		padding-left: 50px;
	}
	.departments {
		padding-right: 50px;
	}
	.departments .section-header,
	.departments .panel-group {
		padding-left: 50px;
	}
	.we-are-best-content p {
		padding-right: 90px;
	}
}
/* -- min-width: 1201 to max-width: 1550 */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
	.we-are-best-content p {
		padding-right: 80px;
	}
	.we-are-best-block {
		margin-top: 35px;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* -- Photo Slider */
	.banner-left {
		padding-top: 105px;
	}
	.banner-left h3 {
		font-size: 30px;
	}
	/* -- Message Board */
	.message-block {
		padding-right: 35px;
	}
	/* -- CallOut */
	.call-out-content a {
		padding-left: 13px;
		padding-right: 13px;
	}
	
	/* -- What We Do Best */ 
	.what-we-do-title .what-we-do-block h3 {
		font-size: 14px;
	}
	.what-we-do-block-content i,
	.what-we-do-block-content h5 {
		margin-bottom: 5px;
	}
	.what-we-do-block p {
		line-height: 15px;
		font-size: 12px;
	}
	
	/* -- Department Section */
	.we-are-best {
		padding-left: 30px;
		padding-right: 30px;
	}
	.we-are-best .section-header > p {
		padding-right: 10px;
	}
	.we-are-best-block {
		margin-top: 30px;
	}
	.departments {
		padding-right: 30px;
		padding-bottom: 120px;
	}
	.departments .section-header,
	.departments .panel-group {
		padding-left: 30px;
	}
	.we-are-best-content p {
		padding-right: 14px;
	}
	.departments-bg img {
		padding-bottom: 55px;
	}
	

}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Photo Slider */
	.banner-left {
		padding-top: 20px;
	}
	.banner-left h3 {
		font-size: 20px;
	}
	.banner-left::before {
		bottom: 40px;
	}
	.banner-left a {
		margin-top: 10px;
	}
	/* -- Message Board */
	.message-block:nth-child(2) {
		padding-left: 0;
	}
	
	/* -- Department Section */
	.we-are-best {
		padding-left: 25px;
	}
	.we-are-best .section-header > p {
		padding-right: 10px;
	}
	.departments {
		padding-right: 25px;
	}
	.departments .section-header,
	.departments .panel-group {
		padding-left: 25px;
	}
	.we-are-best-content p {
		padding-right: 14px;
	}
	.departments-bg img {
		padding-bottom: 130px;
	}
	
	/* -- Counter Section */

	.statistics-box {
		font-family: "Î¢ÈíÑÅºÚ";
		padding: 35px 12px 35px 20px;
	}
	.statistics-content > span {
		font-size: 34px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	.section-header > p {
		padding-right: 15px;
	}
	/* -- Photo Slider */
	.banner-left {
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.banner-left h3 {
		font-size: 20px;
	}
	.banner-right {
		display: none;
	}
	.home-banner .right-shape-blue {
		background-color: #0F89D1;
	}
	.home-banner .right-shape {
		background-color: #33A9EE;
	}
	/* -- Message Board */
	.emargency-case {
		padding-right: 15px;
	}
	.message-borad::before  {
		width: 100%;
		height: 51%;
		background-color: #33a9ee;
		top: 0;
		bottom: auto;
	}
	.message-block {
		margin: 70px auto;
		display: block;
		max-width: 235px;
		float: none;
		padding-right: 0;
	}
	.message-block:nth-child(2) {
		padding-left: 0;
	}
	.opening-hours {
		padding-left: 15px;
	}
	
	/* -- Service Section */
	.service-block {
		display: block;
		margin: 55px auto 0;
		max-width: 280px;
	}
	
	/* -- Callout */
	.call-out-content .col-md-2 {
		text-align: center;
		margin-top: 20px;
	}
	
	/* -- What We Do Best */
	.what-we-do-title {
		width: 100%;
	}
	.what-we-do-block-content i,
	.what-we-do-block-content h5 {
		margin-bottom: 5px;
	}
	.what-we-do-block p {
		line-height: 15px;
		font-size: 12px;
	}
	
	/* -- Team Section */
	.member-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* -- Department Section */
	.we-are-best {
		padding-left: 20px;
		padding-right: 20px;
	}
	.we-are-best .section-header > p {
		padding-right: 20px;
	}
	.departments {
		padding-right: 20px;
	}
	.departments .section-header,
	.departments .panel-group {
		padding-left: 20px;
	}
	.we-are-best-content p {
		padding-right: 14px;
	}
	.departments-bg img {
		padding-bottom: 130px;
	}
	.departments .panel-img > img {
		max-width: 100px;
	}
	.departments {
		margin-bottom: 100px;
	}
	.departments .panel-body {
		padding-left: 130px;
		padding-right: 0;
	}
	.departments .section-header h3 {
		font-size: 17px;
	}
	
	/* -- Counter Section */
	.happy-customer {
		margin-bottom: 50px;
	}

	.statistics-box {
		padding: 35px 12px 35px 10px;
	}
	.statistics-content > span {
		font-size: 30px;
	}
	
	/* -- Latest News */
	.latest-news .section-header a {
		margin-top: 50px;
		position: relative;
		left: 0;
		display: inline-block;
	}
	.entry-header {
		padding: 30px 0 40px;
	}
	.entry-header::before {
		left: 0px;
	}
	.entry-content {
		margin-left: 0px;
		padding: 0 3.9% 6% 3.9%;
	}
	.entry-cover {
		padding: 0 20px;
		margin-right: 0;
	}
	.entry-title {
		font-size: 12px;
	}
	.entry-meta {
		left: 0;
		position: relative;
	}
	.entry-meta a {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.entry-meta a,
	.entry-meta a > span {
		color: #fff;
	}
	.entry-cover:hover::before {
		left: 20px;
		right: 20px;
	}
	.entry-cover:hover::after {
		left: 30px;
		right: 30px;
	}
	.widget-area {
		padding-left: 15px;
	}
	
	/* -- Blog Post */
	.author-img {
		width: 80px;
		height: 80px;
	}
	.author-content {
		padding-left: 100px;
	}
	.author-content span a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 5px;
	}
	
	/* -- Portfolio Section */
	.portfolio-item { 
		width: 370px;
		max-width: 100%;
		margin: 15px auto;
		float: none;
		right: 0;
	}
	.portfolio-categories li a {
		font-size: 13px;
	}
	
	/* -- Contact Section */
	.contact-block {
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
	}
	.comment-form .form-group:last-of-type {
		margin-bottom: 20px;
	}
}



/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Service Section */
	.service {
		margin-bottom: 30px;
	}
	
	/* -- What We Do Best */ 
	.what-we-do-left,
	.what-we-do-right {
		width: 100%;
	}	
	
	/* -- Latest News */
	.latest-news article {
		max-width: 553px;
		margin: 45px auto 0;
		float: none;
	}
	.latest-news article:nth-child(2n+1) {
		margin-left: auto;
	}
	.latest-news article:nth-child(2n) {
		right: 0;
	}
	
	/* -- Blog Post */
	.comment-section .media-content .comment-content {
		padding-right: 0;
	}
}
